projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d9528e
)
km/common: add pnvramsize to default environment
author
Holger Brunck
<
[email protected]
>
Thu, 12 May 2011 19:59:24 +0000
(19:59 +0000)
committer
Wolfgang Denk
<
[email protected]
>
Wed, 18 May 2011 21:05:40 +0000
(23:05 +0200)
The pnvram size was used later from start scripts in linux. Therefore
it was added to the default environment.
Signed-off-by: Holger Brunck <
[email protected]
>
Signed-off-by: Valentin Longchamp <
[email protected]
>
Acked-by: Heiko Schocher <
[email protected]
>
cc: Wolfgang Denk <
[email protected]
>
cc: Detlev Zundel <
[email protected]
>
include/configs/km/keymile-common.h
patch
|
blob
|
history
diff --git
a/include/configs/km/keymile-common.h
b/include/configs/km/keymile-common.h
index 9ad2e5b3495335a197305a06940764882a2ceddd..f89a2ea12f7f7197a27f60a9cf5e353065acc493 100644
(file)
--- a/
include/configs/km/keymile-common.h
+++ b/
include/configs/km/keymile-common.h
@@
-293,6
+293,7
@@
"setenv default 'run newenv; reset' && " \
"run release && saveenv; reset\0" \
"checkboardid=km_checkbidhwk\0" \
+ "pnvramsize=" xstr(CONFIG_KM_PNVRAM) "\0" \
""
#ifndef CONFIG_KM_DEF_ENV